Vcenter Namespaces User Instances FilterSpec
Vcenter Namespaces User Instances FilterSpec
The Vcenter Namespaces User Instances FilterSpec schema contains properties used to filter the results when listing user namespaces (see GET /vcenter/namespaces-user/namespaces).
This schema was added in vSphere API 8.0.0.1.
JSON Example
{
"username": "string"
}
string
username
Optional
Identifier of the user.
This property was added in vSphere API 8.0.0.1.
If set, only return namespaces the given user has permissions to access. If missing or null
, this filter is not applied.